Package com.cisco.pt.ipc.sim.impl
Class VirtualLineImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.TerminalLineImpl
com.cisco.pt.ipc.sim.impl.VirtualLineImpl
- All Implemented Interfaces:
IPCObject,TerminalLine,VirtualLine
Information provided by the PKI file:
\class VirtualLine
\brief VirtualLine handles and manipulates the virtual terminal line.
\example network().getDevice("Router0").getVtyLine(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionVirtualLineImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.TerminalLineImpl
enterChar, enterCommand, flush, getCommandInput, getConfigHistory, getCurrentHistory, getDataBits, getFlowControl, getHistorySize, getMode, getName, getOwnerDevice, getParity, getPrompt, getSpeed, getStopBits, getTelnetClientAt, getTelnetClientCount, getUserHistory, println, setSettingsMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.TerminalLine
enterChar, enterCommand, flush, getCommandInput, getConfigHistory, getCurrentHistory, getDataBits, getFlowControl, getHistorySize, getMode, getName, getOwnerDevice, getParity, getPrompt, getSpeed, getStopBits, getTelnetClientAt, getTelnetClientCount, getUserHistory, println, setSettings
-
Constructor Details
-
VirtualLineImpl
public VirtualLineImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-